home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 6 code / TCP / NewsWatcher / NW Source / Shared Code / Reusable Source / teutil.h < prev    next >
Encoding:
Text File  |  1995-01-05  |  1.1 KB  |  23 lines  |  [TEXT/MPCC]

  1. Boolean HaveTEOutlineHiliteFeature (void);
  2. Boolean HaveTEGetHiliteRgn (void);
  3. OSErr MyTESetText (Ptr textPtr, long length, TEHandle theTE);
  4. OSErr MyTEInsert (Ptr textPtr, long length, TEHandle theTE);
  5. long MyTEGetScrapLen (void);
  6. void MyTEDelete (TEHandle theTE, Boolean cut, Boolean *extraSpaceDeleted);
  7. void MyTECut (TEHandle theTE);
  8. void MyTECopy (TEHandle theTE);
  9. void MyTEPaste (Ptr text, short len, TEHandle theTE, short maxLen,
  10.     Boolean *extraSpaceAddedInFront);
  11. Boolean PtInTEHiliteRgn (Point where, TEHandle theTE);
  12. void SubtractTEHiliteRgn (RgnHandle rgn, TEHandle theTE);
  13. void DrawTECaret (short offset, TEHandle theTE);
  14. Boolean TEIsFrontOfLine (short offset, TEHandle theTE);
  15. short MyTEGetOffset (Point where, TEHandle theTE);
  16. void MyTEActivate (TEHandle theTE);
  17. short GetTEPageHeight (TEHandle theTE);
  18. short MyGetClikStuff (TEHandle theTE);
  19. void TEArrowKey (char theChar, short modifiers, TEHandle theTE, 
  20.     short pageHeight, EventRecord *prevEvent, short *scrollIntoView);
  21. Boolean IsArrowKey (char theChar);
  22. void MyTEClick (Point thePt, Boolean extend, TEHandle hTE);
  23.